From: YAMAMOTO Mitsuharu Date: Sun, 11 Mar 2007 06:19:48 +0000 (+0000) Subject: (Fx_server_vendor): Change vendor string to "Apple Inc.". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~29892 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c13ba385e9e30c54dd526ac52a705ab11c21285b;p=emacs.git (Fx_server_vendor): Change vendor string to "Apple Inc.". --- diff --git a/src/ChangeLog b/src/ChangeLog index 48ff0cf1a20..418705ab77d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-03-11 YAMAMOTO Mitsuharu + + * macfns.c (Fx_server_vendor): Change vendor string to "Apple Inc.". + 2007-03-10 YAMAMOTO Mitsuharu * macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event): Ignore diff --git a/src/macfns.c b/src/macfns.c index 9d1708a38d6..1857950aad7 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -3034,7 +3034,7 @@ If omitted or nil, that stands for the selected frame's display. */) (display) Lisp_Object display; { - return build_string ("Apple Computers"); + return build_string ("Apple Inc."); } DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,